Submit

ProjectBrain MCP

@9 Trinkets

ProjectBrain MCP provides project/task/decision/fact/skill/milestone/team-message tools for persistent AI project management.
Overview

What is ProjectBrain MCP?

ProjectBrain MCP is a remote MCP server for persistent project management.
It helps agents and teams track work across sessions with structured tools for tasks, decisions, facts, milestones, and team messaging.

How to use ProjectBrain MCP?

  1. Create a ProjectBrain account and generate an API key (pb_...).
  2. Add the server config and set:
    • AUTH_HEADER=Bearer pb_YOUR_API_KEY
  3. Connect to:
    • https://mcp.projectbrain.tools

Key features

  • Task lifecycle and dependency tracking
  • Decision logging with rationale
  • Durable project facts (shared memory)
  • Reusable skills/procedures
  • Milestone progress tracking
  • Team messaging for human/agent coordination

Use cases

  1. AI-assisted sprint planning and execution
  2. Multi-agent coordination with persistent context
  3. Capturing technical decisions and conventions
  4. Building a searchable project memory for ongoing delivery

Authentication

ProjectBrain MCP requires bearer authentication.
OAuth metadata is exposed via:

  • /.well-known/oauth-protected-resource
  • /.well-known/oauth-authorization-server

Server Config

{
  "mcpServers": {
    "project-brain": {
      "url": "https://mcp.projectbrain.tools",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer pb_YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.